-
-
Notifications
You must be signed in to change notification settings - Fork 337
feat(MediaInfo): Add updateWatchTime
#874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
absidue
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the playedSeconds to the start of the parameter list, so that you don't have to write all the undefineds in VideoInfo.ts. Additionally as most users of these methods will be specifying a value for playedSeconds please make it mandatory and remove the default value.
Co-authored-by: absidue <[email protected]>
Co-authored-by: absidue <[email protected]>
|
Is sth missing or can we get this merged somehow. :) |
# Conflicts: # src/core/mixins/MediaInfo.ts
updateWatchTime
LuanRT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Seperation of PR: #872
I added a new function to adapt watched time for videos added to the watch list (history).
closes #825